

body { color: black;
background-color : #ffffff;
	background-image : url("smbg.jpg");
	background-repeat : repeat;
	background-attachment : fixed;
	font-family : "Times New Roman", Georgia, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 24px;
			}
body.bg1 {	background-image : url("../scrt/caribbean bg1.jpg");
	}
body.car  {	background-image : url("../scrt/carolinas bg2.jpg");
	}
body.ne  {	background-image : url("../scrt/ne bg.jpg");
	}

H1 { color: red;
	text-align : center; 
	font-size : 45px }
H1.topic { font-size : 35px
		}

P { text-indent : 30pt }
P.cent {
text-align: center;
} 
p.right { text-align:right}

span { font-size : 180%	
}	
span.hdr {color : red;
		font-size : 45px
		}
span.tpc {color : red;
		font-size : 35px
		}
span.copy {font-size : 20px}
span.blue { font-size : 24px;
			color : #3300FF
			}
span.red { font-size : 24px;
			color : #FF0000
			}			


DIV.cent {
text-align: center;
}

TABLE { font-weight : bold; 
	  	font-style : italic;
		font-size : large;
		}
TABLE.fullheight{height:100%;
		font-weight : bold; 
	  	font-style : italic;
		font-size : 29px;
		}

	
TD { text-align : center;
	font-size : 29px
		 }
TD.geo  { text-align : left;
	font-size : 30px
		 }
TD.mg { font-size : 25px
}
TD.game  { text-align : left;
	font-size : 22px;
			 }
td.water { background-image:url("water.jpg")}
td.beach { background-image:url("beach.gif")}


LI { list-style : none }

IMG.middle { vertical-align : middle }	 
.fltlft { float : left}
.fltrt { float : right}

A:link { text-decoration : underline;
	color:#000000;
 }	
 A:link.arm { text-decoration : underline;
	color:#FF0000;
 }	
A:active { text-decoration : underline;
	   color : #FF0000;
 }
A:visited { text-decoration : underline;
	    color: #3300FF;	
 }
A:hover {color : #FF0000;
}	 


